Fix GObject introspection annotation
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 23 Feb 2015 10:18:05 +0000 (11:18 +0100)
committerColin Walters <walters@verbum.org>
Mon, 23 Feb 2015 21:41:42 +0000 (16:41 -0500)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
src/libostree/ostree-repo-static-delta-compilation-analysis.c

index 39c818febdbe6af089573a6792069de0c4cc04a4..923115fc4fda95b80fa9c6c71050e04f3a907c65 100644 (file)
@@ -140,7 +140,7 @@ compare_sizenames (const void  *a,
   return sn_a->size - sn_b->size;
 }
 
-/**
+/*
  * Generate a sorted array of [(checksum: str, size: uint64, names: array[string]), ...]
  * for regular file content.
  */